home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 June: Reference Library / Dev.CD Jun 96 RL / Dev.CD Jun 96 RL.toast / What's New? / Development Kits / Apple Game Sprockets DR1 / Examples / DroneZone / DZSpace.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-24  |  341 b   |  24 lines  |  [TEXT/CWIE]

  1. /*
  2.  *    File:        DZSpace.h
  3.  *    Author:        Dan Venolia
  4.  *
  5.  *    Copyright © 1996 Apple Computer, Inc.
  6.  */
  7.  
  8. #ifndef __DZSpace__
  9. #define __DZSpace__
  10.  
  11. #include <QD3D.h>
  12.  
  13. void Space_Init(
  14.     void);
  15.  
  16. void Space_Exit(
  17.     void);
  18.  
  19. void Space_Submit(
  20.     TQ3ViewObject        inView,
  21.     const TQ3Point3D*    inPosition,
  22.     const TQ3Vector3D*    inDirection);
  23.  
  24. #endif /* __DZSpace__ */